create
Create an unmanaged dynamic object.
The type and properties are only checked when the object is imported through DynamicMutableRealm.copyToRealm.
See also
Parameters
type
the class name of the object.
properties
properties of the object.
Create an unmanaged dynamic object.
The type and properties are only checked when the object is imported through DynamicMutableRealm.copyToRealm.
the class name of the object.
properties of the object.